home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 758 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  742 b 

  1. Path: ren.cei.net!usenet
  2. From: spl@cei.net (Special Agent Orange)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help:  trying to create a DLL in Borland C++ 4.5
  5. Date: Sat, 06 Jan 1996 22:24:10 GMT
  6. Organization: ASI
  7. Message-ID: <4cmthh$hso@ren.cei.net>
  8. NNTP-Posting-Host: ppp35.max.cei.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Hi,
  12.  
  13.     I am trying to create a DLL in Borland C++ 4.5.  Everything is okay,
  14. but I always get a linker error: 
  15.     Linker Warning: Attempt to export non-public symbol GETDISKINFO
  16. I used the keyword __export in the function definition according to
  17. the online help examples.  
  18.  
  19.     Perhaps someone here that is familiar with Borland C++ can send me
  20. some example source code and .def file.  Thanks for any help...
  21.  
  22.                     SPL@cei.net
  23.  
  24.